home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
62579
/
62579.xpi
/
content
/
ff-overlay.js
< prev
next >
Wrap
Text File
|
2010-01-23
|
476b
|
12 lines
pinboard.onFirefoxLoad = function(event) {
document.getElementById("contentAreaContextMenu")
.addEventListener("popupshowing", function (e){ pinboard.showFirefoxContextMenu(e); }, false);
};
pinboard.showFirefoxContextMenu = function(event) {
// show or hide the menuitem based on what the context menu is on
document.getElementById("context-pinboard").hidden = !gContextMenu.onLink;
};
window.addEventListener("load", anonymouse.onFirefoxLoad, false);